desc:instruct
uvx mcp-rquest
Parameter | Type | Required | Description |
---|---|---|---|
url | string | Required | URL to send the request to |
proxy | string | Optional | Proxy to use for the request |
headers | object | Optional | Headers to include in the request |
cookies | object | Optional | Cookies to include in the request |
allow_redirects | boolean | Optional | Whether to follow redirects |
max_redirects | integer | Optional | Maximum number of redirects to follow |
auth | string | Optional | Authentication credentials |
bearer_auth | string | Optional | Bearer token for authentication |
basic_auth | array<any> | Optional | Basic auth credentials as [username, password] |
query | array<any> | Optional | Query parameters as [[key, value], ...] |
force_store_response_content | boolean | Optional | Force storing response content regardless of size |